home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2004 November
/
PCU1104CD1.iso
/
resource
/
design
/
files
/
advefft.exe
/
{app}
/
templates
/
edwardmessage.swf
/
scripts
/
frame_6
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-04-29
|
229 b
|
9 lines
s1._x += bspeed;
s2._x += bspeed;
line._width = s1._x + 4;
line._height = 1;
cx = s1._x % bp;
a = cx * 3.141592653589793 / (bp * 2);
s1._rotation = Math.sin(a) * ang * 2 - ang;
s2._rotation = Math.cos(a) * ang * 2 - ang;